ParagraphAdd(String) Method

Adds a string object to the content. Tabs, line breaks and runs of multiple spaces are encoded as the corresponding ODF elements (<text:tab/>, <text:line-break/>, <text:s/>) so the whitespace survives the white-space collapsing that OpenDocument consumers apply to plain character data.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public void Add(
	string text
)

Parameters

text  String

Return Value

See Also